git 如何提交,新建, 拉取遠程分支 一,查看遠程分支 使用如下git 命令查看所有遠程分支 git branch -r 查看遠程和本地所有分支 git branch -a 查看本地分支 git branch 帶*的是 ...